Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Do not apply usage limit tracking on dedicated servers #2405

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

ankush
Copy link
Member

@ankush ankush commented Jan 6, 2025

It's extra overhead. It doesn't do anything right now as it is kept
very high to avoid ever hitting that limit on dedicated servers.

closes frappe/caffeine#48

@ankush ankush requested a review from balamurali27 as a code owner January 6, 2025 05:26
@ankush ankush force-pushed the rate_limit_dedicated branch 2 times, most recently from 97c1710 to 703c6c5 Compare January 6, 2025 05:30
It's extra overhead. It doesn't do anything right now as it is kept
very high to avoid ever hitting that limit on dedicated servers.
@ankush ankush force-pushed the rate_limit_dedicated branch from 703c6c5 to 6f2a3b7 Compare January 6, 2025 05:31
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 38.46%. Comparing base (17917c2) to head (6f2a3b7).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
press/press/doctype/site/site.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2405   +/-   ##
=======================================
  Coverage   38.45%   38.46%           
=======================================
  Files         377      377           
  Lines       29403    29408    +5     
=======================================
+ Hits        11307    11311    +4     
- Misses      18096    18097    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ankush ankush enabled auto-merge (squash) January 6, 2025 06:22
@ankush ankush merged commit e49c4a9 into frappe:master Jan 6, 2025
8 checks passed
@ankush ankush deleted the rate_limit_dedicated branch January 6, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop limit checks on unlimited plans
1 participant